StartPresentationCallback

public interface StartPresentationCallback implements BrowserAsyncCallback<P, R>

A callback that is invoked when a presentation has been requested via the JavaScript Presentation API.

Presentation API is available only in secure contexts (HTTPS).

The callback can be invoked only if media routing is enabled.

Since

7.29

Types

Link copied to clipboard
public final class Action extends AsyncCallbackAction<R>
An action providing a response to the StartPresentationCallback.
Link copied to clipboard
public interface Params
The parameters of the StartPresentationCallback.

Functions

Link copied to clipboard
public abstract void on(P params, R tell)
Invoked when the callback needs a response for the given callback parameters.